home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / tutorial / native / implementing / example / File.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-13  |  433 b   |  27 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class File */
  4.  
  5. #ifndef _Included_File
  6. #define _Included_File
  7. struct Hjava_lang_String;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct ClassFile {
  12.     struct Hjava_lang_String *path;
  13. #undef File_separatorChar
  14. #define File_separatorChar 58L
  15. } ClassFile;
  16. HandleTo(File);
  17.  
  18. #pragma pack()
  19.  
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif
  27.